More menu restructuring
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 May 2019 02:36:34 +0000 (02:36 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 May 2019 23:36:35 +0000 (23:36 +0000)
commit3f6272f56eb7b7d32aad1979c67a744a14aa02ed
treede51362d91452119790fa1974211fb74705c8c09
parent13e010deb6777601009950720a9e032039df6036
More menu restructuring

Make GtkMenuBar use a box as well,
and let GtkMenuShell get the items
from GtkMenuBar and GtkMenu via
a vfunc. Use that to fix the keynav
implementation in GtkMenuShell.
gtk/gtkmenu.c
gtk/gtkmenubar.c
gtk/gtkmenushell.c